Brenton Dong | 5f1f053 | 2017-01-04 15:12:27 -0700 | [diff] [blame] | 1 | if BOARD_INTEL_LEAFHILL |
| 2 | |
Brenton Dong | dcc0aa8 | 2017-01-04 16:39:43 -0700 | [diff] [blame] | 3 | config BOARD_SPECIFIC_OPTIONS |
| 4 | def_bool y |
| 5 | select SOC_INTEL_APOLLOLAKE |
| 6 | select BOARD_ROMSIZE_KB_16384 |
Furquan Shaikh | 5360c7e | 2017-02-19 01:18:09 -0800 | [diff] [blame] | 7 | select DRIVERS_I2C_HID |
Brenton Dong | dcc0aa8 | 2017-01-04 16:39:43 -0700 | [diff] [blame] | 8 | select HAVE_ACPI_TABLES |
| 9 | # select HAVE_INTEL_FIRMWARE |
| 10 | # select HAVE_ME_BIN |
| 11 | # select LOCK_MANAGEMENT_ENGINE |
Brenton Dong | 5f1f053 | 2017-01-04 15:12:27 -0700 | [diff] [blame] | 12 | |
| 13 | config MAINBOARD_DIR |
| 14 | string |
| 15 | default intel/leafhill |
| 16 | |
Brenton Dong | 5f1f053 | 2017-01-04 15:12:27 -0700 | [diff] [blame] | 17 | config DEVICETREE |
| 18 | string |
Brenton Dong | dcc0aa8 | 2017-01-04 16:39:43 -0700 | [diff] [blame] | 19 | default "devicetree.cb" |
Brenton Dong | 5f1f053 | 2017-01-04 15:12:27 -0700 | [diff] [blame] | 20 | |
| 21 | config MAINBOARD_PART_NUMBER |
| 22 | string |
Brenton Dong | dcc0aa8 | 2017-01-04 16:39:43 -0700 | [diff] [blame] | 23 | default "Leafhill" |
Brenton Dong | 5f1f053 | 2017-01-04 15:12:27 -0700 | [diff] [blame] | 24 | |
| 25 | endif # BOARD_INTEL_LEAFHILL |