475e70bde6
Add more fine-grained selection by adding a CONFIG_TC58128 selector for the TC58128 eeprom. As this device is only used by the Shix machine, add an entry to the proper section in MAINTAINERS. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222141514.2646278-7-f4bug@amsat.org>
29 lines
430 B
Plaintext
29 lines
430 B
Plaintext
config R2D
|
|
bool
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply RTL8139_PCI
|
|
select I82378 if TEST_DEVICES
|
|
select IDE_MMIO
|
|
select PFLASH_CFI02
|
|
select USB_OHCI_PCI
|
|
select PCI
|
|
select SM501
|
|
select SH4
|
|
select SH7750
|
|
|
|
config SHIX
|
|
bool
|
|
select SH7750
|
|
select SH4
|
|
select TC58128
|
|
|
|
config SH7750
|
|
bool
|
|
select SH_INTC
|
|
select SH_SCI
|
|
select SH_TIMER
|
|
|
|
config SH4
|
|
bool
|