diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | d43cd486ee2063fa73e3e29d6386d13b3aee9354 (patch) | |
tree | 33efa720275ff536ee0d5e5877c429d0e203bc06 /board/freescale/common/Kconfig | |
parent | 388de0fa8bf5b232800b80ebb616363cda50f06c (diff) | |
download | u-boot-d43cd486ee2063fa73e3e29d6386d13b3aee9354.tar.gz |
Convert CONFIG_FSL_QIXIS et al to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_QIXIS
CONFIG_QIXIS_I2C_ACCESS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/common/Kconfig')
-rw-r--r-- | board/freescale/common/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig index b41d93b6f6..6553bf63bf 100644 --- a/board/freescale/common/Kconfig +++ b/board/freescale/common/Kconfig @@ -99,3 +99,11 @@ config VOL_MONITOR_ISL68233_SET functionality. It is used by the common VID driver. endif + +config FSL_QIXIS + bool "Enable QIXIS support" + +config QIXIS_I2C_ACCESS + bool "Access to QIXIS is over i2c" + depends on FSL_QIXIS + default y |