diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/macintosh/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index be9cdf09d89a..a32c91e27b3c 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -1,6 +1,10 @@ | |||
1 | 1 | ||
2 | menu "Macintosh device drivers" | 2 | menuconfig MACINTOSH_DRIVERS |
3 | bool "Macintosh device drivers" | ||
3 | depends on PPC || MAC || X86 | 4 | depends on PPC || MAC || X86 |
5 | default y | ||
6 | |||
7 | if MACINTOSH_DRIVERS | ||
4 | 8 | ||
5 | config ADB | 9 | config ADB |
6 | bool "Apple Desktop Bus (ADB) support" | 10 | bool "Apple Desktop Bus (ADB) support" |
@@ -236,4 +240,4 @@ config PMAC_RACKMETER | |||
236 | This driver procides some support to control the front panel | 240 | This driver procides some support to control the front panel |
237 | blue LEDs "vu-meter" of the XServer macs. | 241 | blue LEDs "vu-meter" of the XServer macs. |
238 | 242 | ||
239 | endmenu | 243 | endif # MACINTOSH_DRIVERS |