diff options
Diffstat (limited to 'payloads/libpayload/Kconfig')
-rw-r--r-- | payloads/libpayload/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 515cf78998..276eb302c7 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -237,6 +237,11 @@ config IPQ806X_SERIAL_CONSOLE depends on SERIAL_CONSOLE default n +config IPQ40XX_SERIAL_CONSOLE + bool "IPQ40xx SOC compatible serial port driver" + depends on SERIAL_CONSOLE + default n + config BG4CD_SERIAL_CONSOLE bool "Serial port driver for Marvell's BG4CD" depends on SERIAL_CONSOLE @@ -427,6 +432,12 @@ config TIMER_ARMADA38X This is the timer driver for marvell armada38x platforms. +config TIMER_IPQ40XX + bool "Timer for ipq40xx platforms" + help + This is the timer driver for QCA IPQ40xx based + platforms. + config TIMER_RK bool "Timer for Rockchip" |