Kconfig.bus (41966710ab574f1fcedf3e10e1ceef911c096d1d) | Kconfig.bus (59433a59b073b88cb32efd03af8ac9b13d56f4cf) |
---|---|
1if MMU 2 3comment "Bus Support" 4 | 1if MMU 2 3comment "Bus Support" 4 |
5config DIO 6 bool "DIO bus support" 7 depends on HP300 8 default y 9 help 10 Say Y here to enable support for the "DIO" expansion bus used in 11 HP300 machines. If you are using such a system you almost certainly 12 want this. 13 |
|
5config NUBUS 6 bool 7 depends on MAC 8 default y 9 10config ZORRO 11 bool "Amiga Zorro (AutoConfig) bus support" 12 depends on AMIGA --- 43 unchanged lines hidden --- | 14config NUBUS 15 bool 16 depends on MAC 17 default y 18 19config ZORRO 20 bool "Amiga Zorro (AutoConfig) bus support" 21 depends on AMIGA --- 43 unchanged lines hidden --- |