2020-01-23 17:12:32 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-12-17 01:13:54 +01:00
|
|
|
|
2014-04-26 16:41:50 +02:00
|
|
|
## include generic ite pre-ram stage driver
|
2019-01-04 16:11:50 +01:00
|
|
|
bootblock-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
|
|
|
romstage-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c
|
2014-04-26 16:41:50 +02:00
|
|
|
|
2016-09-29 12:33:01 +02:00
|
|
|
## include generic ite environment controller driver
|
|
|
|
ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c
|
|
|
|
|
2019-01-16 13:44:33 +01:00
|
|
|
subdirs-y += it8528e
|
2020-05-24 21:24:38 +02:00
|
|
|
subdirs-y += it8613e
|
2017-12-27 15:19:16 +01:00
|
|
|
subdirs-y += it8623e
|
2009-08-12 17:00:51 +02:00
|
|
|
subdirs-y += it8712f
|
|
|
|
subdirs-y += it8718f
|
2017-06-03 10:52:57 +02:00
|
|
|
subdirs-y += it8720f
|
2011-09-13 07:35:43 +02:00
|
|
|
subdirs-y += it8721f
|
2013-07-20 09:44:15 +02:00
|
|
|
subdirs-y += it8728f
|
2012-03-31 00:04:07 +02:00
|
|
|
subdirs-y += it8772f
|
2016-09-30 11:44:13 +02:00
|
|
|
subdirs-y += it8783ef
|
2018-06-04 10:16:35 +02:00
|
|
|
subdirs-y += it8786e
|