diff options
Diffstat (limited to 'src/superio/ite/it8784e/Kconfig')
-rw-r--r-- | src/superio/ite/it8784e/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/superio/ite/it8784e/Kconfig b/src/superio/ite/it8784e/Kconfig new file mode 100644 index 0000000000..66dd6c9362 --- /dev/null +++ b/src/superio/ite/it8784e/Kconfig @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config SUPERIO_ITE_IT8784E + bool + select SUPERIO_ITE_COMMON_PRE_RAM + select SUPERIO_ITE_ENV_CTRL + select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2 + select SUPERIO_ITE_ENV_CTRL_8BIT_PWM + select SUPERIO_ITE_ENV_CTRL_7BIT_SLOPE_REG + select SUPERIO_ITE_ENV_CTRL_EXT_ANY_TMPIN |