mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-28 16:15:46 +00:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
if X86
|
|
source "drivers/platform/x86/Kconfig"
|
|
endif
|
|
if MIPS
|
|
source "drivers/platform/mips/Kconfig"
|
|
endif
|
|
|
|
source "drivers/platform/goldfish/Kconfig"
|
|
|
|
source "drivers/platform/chrome/Kconfig"
|
|
|
|
source "drivers/platform/mellanox/Kconfig"
|
|
|
|
source "drivers/platform/olpc/Kconfig"
|