1# SPDX-License-Identifier: GPL-2.0-only 2# 3# EC-like Drivers for aarch64 based devices. 4# 5 6menuconfig ARM64_PLATFORM_DEVICES 7 bool "ARM64 Platform-Specific Device Drivers" 8 depends on ARM64 || COMPILE_TEST 9 default y 10 help 11 Say Y here to get to see options for platform-specific device drivers 12 for arm64 based devices, primarily EC-like device drivers. 13 This option alone does not add any kernel code. 14 15 If you say N, all options in this submenu will be skipped and disabled. 16 17if ARM64_PLATFORM_DEVICES 18 19endif # ARM64_PLATFORM_DEVICES 20