blob: 349ee7f79e55b093da1f5fa80fc8e3205229a2a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
## SPDX-License-Identifier: GPL-2.0-only
config BOARD_DELL_LATITUDE_E5420
bool "Latitude E5420"
config BOARD_DELL_LATITUDE_E5520
bool "Latitude E5520"
config BOARD_DELL_LATITUDE_E6220
bool "Latitude E6220"
config BOARD_DELL_LATITUDE_E6320
bool "Latitude E6320"
config BOARD_DELL_LATITUDE_E6420
bool "Latitude E6420"
config BOARD_DELL_LATITUDE_E6520
bool "Latitude E6520"
config BOARD_DELL_LATITUDE_E5530
bool "Latitude E5530"
config BOARD_DELL_LATITUDE_E6430
bool "Latitude E6430"
config BOARD_DELL_LATITUDE_E6530
bool "Latitude E6530"
|