forked from kofal.net/zmk
refactor: Move drivers into properly module.
* Align our driver module layout to properly match Zephyr conventions, allowing proper CMake setup to amend the library for each type of driver.
This commit is contained in:
committed by
Pete Johanson
parent
eaeea4bdfa
commit
690bc1bb44
11
app/module/drivers/display/Kconfig.il0323
Normal file
11
app/module/drivers/display/Kconfig.il0323
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright (c) 2020 Phytec Messtechnik GmbH, Peter Johanson
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# IL0323 display controller configuration options
|
||||
|
||||
config IL0323
|
||||
bool "IL0323 compatible display controller driver"
|
||||
depends on SPI
|
||||
depends on HEAP_MEM_POOL_SIZE != 0
|
||||
help
|
||||
Enable driver for IL0323 compatible controller.
|
||||
Reference in New Issue
Block a user