blob: cb7bbd5cdb8b3f4779da2070945d6a7851847dc5 (
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
29
30
31
32
33
34
|
## 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_E6230
bool "Latitude E6230"
config BOARD_DELL_LATITUDE_E6330
bool "Latitude E6330"
config BOARD_DELL_LATITUDE_E6430
bool "Latitude E6430"
config BOARD_DELL_LATITUDE_E6530
bool "Latitude E6530"
|