blob: e30d64818ca93e4b3fad21cc92f909f6df97bd34 [file] [log] [blame]
Pascal Linder305329f2019-06-18 13:27:47 +02001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2019, Pascal Linder <pascal.linder@edu.hefr.ch>
4
5config VENDOR_KM
6 bool
7 help
8 Selected by any KM board to have additional configurations.
9
10if VENDOR_KM
11
12source "board/keymile/km83xx/Kconfig"
13source "board/keymile/kmp204x/Kconfig"
14source "board/keymile/km_arm/Kconfig"
15
16endif