blob: ddef0e7d3f8bf64799f9ef97c7d313936d827606 [file] [log] [blame]
Brenton Dong5f1f0532017-01-04 15:12:27 -07001if BOARD_INTEL_LEAFHILL
2
Brenton Dongdcc0aa82017-01-04 16:39:43 -07003config BOARD_SPECIFIC_OPTIONS
4 def_bool y
5 select SOC_INTEL_APOLLOLAKE
6 select BOARD_ROMSIZE_KB_16384
Furquan Shaikh5360c7e2017-02-19 01:18:09 -08007 select DRIVERS_I2C_HID
Brenton Dongdcc0aa82017-01-04 16:39:43 -07008 select HAVE_ACPI_TABLES
9# select HAVE_INTEL_FIRMWARE
10# select HAVE_ME_BIN
11# select LOCK_MANAGEMENT_ENGINE
Brenton Dong5f1f0532017-01-04 15:12:27 -070012
13config MAINBOARD_DIR
14 string
15 default intel/leafhill
16
Brenton Dong5f1f0532017-01-04 15:12:27 -070017config DEVICETREE
18 string
Brenton Dongdcc0aa82017-01-04 16:39:43 -070019 default "devicetree.cb"
Brenton Dong5f1f0532017-01-04 15:12:27 -070020
21config MAINBOARD_PART_NUMBER
22 string
Brenton Dongdcc0aa82017-01-04 16:39:43 -070023 default "Leafhill"
Brenton Dong5f1f0532017-01-04 15:12:27 -070024
25endif # BOARD_INTEL_LEAFHILL