upgrade wireless-tools and iproute2
[openwrt.git] / package / linux / kernel-patches / 005-arch_mips_config-shared_in
1 --- ../../../kernel/linux-mips-cvs/arch/mips/config-shared.in 2005-01-31 12:59:28.000000000 +0100
2 +++ linux-2.4.29/arch/mips/config-shared.in 2005-03-12 19:51:22.474214917 +0100
3 @@ -208,6 +208,14 @@
4 fi
5 define_bool CONFIG_MIPS_RTC y
6 fi
7 +dep_bool 'Support for Broadcom MIPS-based boards' CONFIG_MIPS_BRCM $CONFIG_EXPERIMENTAL
8 +dep_bool 'Support for Broadcom BCM947XX' CONFIG_BCM947XX $CONFIG_MIPS_BRCM
9 +if [ "$CONFIG_BCM947XX" = "y" ] ; then
10 + bool ' Support for Broadcom BCM4710' CONFIG_BCM4710
11 + bool ' Support for Broadcom BCM4310' CONFIG_BCM4310
12 + bool ' Support for Broadcom BCM4704' CONFIG_BCM4704
13 + bool ' Support for Broadcom BCM5365' CONFIG_BCM5365
14 +fi
15 bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI
16 bool 'Support for TANBAC TB0226 (Mbase)' CONFIG_TANBAC_TB0226
17 bool 'Support for TANBAC TB0229 (VR4131DIMM)' CONFIG_TANBAC_TB0229
18 @@ -229,6 +237,11 @@
19 define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM n
20
21 #
22 +# Provide an option for a default kernel command line
23 +#
24 +string 'Default kernel command string' CONFIG_CMDLINE ""
25 +
26 +#
27 # Select some configuration options automatically based on user selections.
28 #
29 if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
30 @@ -554,6 +567,13 @@
31 define_bool CONFIG_SWAP_IO_SPACE_L y
32 define_bool CONFIG_BOOT_ELF32 y
33 fi
34 +if [ "$CONFIG_BCM947XX" = "y" ] ; then
35 + define_bool CONFIG_PCI y
36 + define_bool CONFIG_NONCOHERENT_IO y
37 + define_bool CONFIG_NEW_TIME_C y
38 + define_bool CONFIG_NEW_IRQ y
39 + define_bool CONFIG_HND y
40 +fi
41 if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
42 define_bool CONFIG_ARC32 y
43 define_bool CONFIG_ARC_MEMORY y
44 @@ -1039,7 +1059,11 @@
45
46 bool 'Are you using a crosscompiler' CONFIG_CROSSCOMPILE
47 bool 'Enable run-time debugging' CONFIG_RUNTIME_DEBUG
48 -bool 'Remote GDB kernel debugging' CONFIG_KGDB
49 +if [ "$CONFIG_BCM947XX" = "y" ] ; then
50 + bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
51 +else
52 + bool 'Remote GDB kernel debugging' CONFIG_KGDB
53 +fi
54 dep_bool ' Console output to GDB' CONFIG_GDB_CONSOLE $CONFIG_KGDB
55 if [ "$CONFIG_KGDB" = "y" ]; then
56 define_bool CONFIG_DEBUG_INFO y
This page took 0.042527 seconds and 5 git commands to generate.