enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/svn-archive/archive.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / Kconfig
1 if MIPS_ADM5120
2
3 menu "ADM5120 Implementation Options"
4
5 config ADM5120_CPU_OVERRIDES
6 bool "Enable CPU feature overrides"
7 default y
8
9 config PCI_ADM5120
10 bool "Enable PCI support"
11 select PCI
12 default y
13
14 endmenu
15
16 config ARM_AMBA
17 bool
18 default y
19
20 endif