blob: 11597ca769d10e08c009c89e396443ae6b5acec4 [file] [log] [blame]
#
# Copyright 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This file contains the Brillo kernel configurations that are recommended
# (though not strictly required) for all kernel builds.
#
# Building a monolithic kernel is highly recommended since it removes the
# kernel module attack surface entirely.
# CONFIG_MODULES is not set
# It's extremely handy to have a serial port available for debugging.
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL=y