diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2008-02-09 10:46:40 +0100 | 
|---|---|---|
| committer | Sam Ravnborg <sam@ravnborg.org> | 2008-02-09 10:46:40 +0100 | 
| commit | ec7748b59e214e2c6b7d21ca5f26a760fd6e142b (patch) | |
| tree | 155d6d9f418b4baac9bee0cc4f6a70ab080ba183 /arch/alpha | |
| parent | d75f4c683f817ef61c9ae634886e7ebc3133c002 (diff) | |
| download | linux-ec7748b59e214e2c6b7d21ca5f26a760fd6e142b.tar.bz2 | |
ide: introduce HAVE_IDE
To allow flexible configuration of IDE introduce HAVE_IDE.
All archs except arm, um and s390 unconditionally select it.
For arm the actual configuration determine if IDE is supported.
This is a step towards introducing drivers/Kconfig for arm.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Russell King - ARM Linux <linux@arm.linux.org.uk>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'arch/alpha')
| -rw-r--r-- | arch/alpha/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 5b7dcd5a0e75..002703b8c0b0 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -5,6 +5,7 @@  config ALPHA  	bool  	default y +	select HAVE_IDE  	select HAVE_OPROFILE  	help  	  The Alpha is a 64-bit general-purpose processor designed and |