5aa78a8957
The device is only used by some few boards. Let's use a proper Kconfig switch so that we only compile this code if we really need it. Message-Id: <20190817101931.28386-8-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
config SUN4U
|
|
bool
|
|
imply PCI_DEVICES
|
|
imply SUNHME
|
|
imply TEST_DEVICES
|
|
imply PARALLEL
|
|
select M48T59
|
|
select ISA_BUS
|
|
select FDC
|
|
select SERIAL_ISA
|
|
select PCI_SABRE
|
|
select IDE_CMD646
|
|
select PCKBD
|
|
select SIMBA
|
|
|
|
config NIAGARA
|
|
bool
|
|
select EMPTY_SLOT
|
|
select SUN4V_RTC
|
|
select UNIMP
|