mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
16 lines
291 B
Plaintext
Executable File
16 lines
291 B
Plaintext
Executable File
menu "MCU Support"
|
|
|
|
config DM_MCU
|
|
bool "Enable driver model for mcu device support"
|
|
depends on DM
|
|
help
|
|
This adds a simple uclass for mcu device.
|
|
|
|
config MCU_HC32fX
|
|
bool "Enable HC32fX MCU support"
|
|
depends on DM_MCU
|
|
help
|
|
This adds a driver for the HC32fX MCU support.
|
|
|
|
endmenu
|