diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-06 21:41:58 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-12-15 11:44:12 +0800 |
commit | 79d66a6ac117dc4978c3ee66e342ad06411d390c (patch) | |
tree | 11bced025d38494ece97d00762fd9d0dcd568b7c /arch/Kconfig | |
parent | 3e17ffbb44cd24c53504179ff51a835502b183ed (diff) | |
download | u-boot-79d66a6ac117dc4978c3ee66e342ad06411d390c.tar.gz u-boot-79d66a6ac117dc4978c3ee66e342ad06411d390c.tar.bz2 u-boot-79d66a6ac117dc4978c3ee66e342ad06411d390c.zip |
x86: Move UCLASS_IRQ into a separate file
Update this uclass to support the needs of the Apollo Lake ITSS. It
supports four operations.
Move the uclass into a separate directory so that sandbox can use it too.
Add a new Kconfig to control it and enable this on x86.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index e1f1fcd275..6865e1f909 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -186,6 +186,7 @@ config X86 imply USB_HOST_ETHER imply PCH imply RTC_MC146818 + imply IRQ # Thing to enable for when SPL/TPL are enabled: SPL imply SPL_DM |