pinctrl: renesas: Add Kconfig symbol for conditional build of full PFC tables
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 23 Dec 2024 13:34:05 +0000 (14:34 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 25 Dec 2024 18:29:47 +0000 (19:29 +0100)
commite6e3d706324c2403aced8cc59e82f373867928fe
tree0e256afb70ee016511ecc6ec0cd6a5ddaadb5452
parent68736cf8e313b74db6a6d32cbd081d1a42dbc021
pinctrl: renesas: Add Kconfig symbol for conditional build of full PFC tables

By default the pin multiplexing tables used by U-Boot are reduced
to keep the size of the bootloader low. This option allows build of
full pin multiplexing tables the same way they are included in the
Linux kernel. This includes pin multiplexing options for Audio, CAN,
CANFD, DU, INTC, INTC-EX, MSIOF, PWM, SSI, for which there is no
U-Boot driver. This option is disabled by default.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/pinctrl/renesas/Kconfig