# Copyright 2023 The ChromiumOS Authors
#
# SPDX-License-Identifier: Apache-2.0

# GPIO Controller
CONFIG_GPIO=y

# Enable Clocks
CONFIG_CLOCK_CONTROL=y

# enable pin controller
CONFIG_PINCTRL=y

# Enable MPU
CONFIG_ARM_MPU=y
