diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-02 03:25:19 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-09-02 03:25:19 -0500 |
| commit | 65779f782ff80cc80a0ff289fe65bbff6469b970 (patch) | |
| tree | 9ff55494030398b49a7e685b9a8ea0885bf5134e | |
| parent | bd039e05fce3e81b527a1102a49c4cae4497accd (diff) | |
kbuild: Remove CONFIG_DEVFS_FS from arch/ia64/config.in
Defining CONFIG_DEVFS_FS in two different places does not work correctly.
Nobody objected on linux-ia64, so I just removed the statements
unconditionally enabling devfs on IA64/SNI.
Pointed out by Greg Banks.
| -rw-r--r-- | arch/ia64/config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/config.in b/arch/ia64/config.in index b7b69cda6dc1..75e175f8b4e9 100644 --- a/arch/ia64/config.in +++ b/arch/ia64/config.in @@ -76,10 +76,6 @@ if [ "$CONFIG_IA64_SGI_SN1" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ]; then bool ' Enable SGI Medusa Simulator Support' CONFIG_IA64_SGI_SN_SIM bool ' Enable autotest (llsc). Option to run cache test instead of booting' \ CONFIG_IA64_SGI_AUTOTEST - define_bool CONFIG_DEVFS_FS y - if [ "$CONFIG_DEVFS_FS" = "y" ]; then - bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG - fi bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL define_bool CONFIG_DISCONTIGMEM y define_bool CONFIG_IA64_MCA y |
