xref: /qemu/hw/rx/Kconfig (revision 32c0613113f0f5ab1eea05a05d6e52096e9bd11e)
1config RX62N_MCU
2    bool
3    select RX_ICU
4    select RENESAS_TMR
5    select RENESAS_CMT
6    select RENESAS_SCI
7
8config RX_GDBSIM
9    bool
10    select RX62N_MCU
11