enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/staging/dedeckeh.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / Kconfig
index 1b73a370b4dcf62fc8e47861e8592640e95d959d..7738d8175b2449376da0780b2c123902914e6c81 100644 (file)
@@ -2,15 +2,19 @@ if MIPS_ADM5120
 
 menu "ADM5120 Implementation Options"
 
+config ADM5120_CPU_OVERRIDES
+       bool "Enable CPU feature overrides"
+       default y
+
 config PCI_ADM5120
        bool "Enable PCI support"
        select PCI
        default y
 
-config ADM5120_HARDWARE_SWAB
-       bool "Enable hardware accelerated byte-swapping"
-       default y
-
 endmenu
 
+config ARM_AMBA
+       bool
+       default y
+
 endif