mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +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"
|