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 584b2daef092f5e5aa743c5f71b40ab0c0181880..7738d8175b2449376da0780b2c123902914e6c81 100644 (file)
@@ -2,6 +2,10 @@ 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
@@ -9,4 +13,8 @@ config PCI_ADM5120
 
 endmenu
 
+config ARM_AMBA
+       bool
+       default y
+
 endif