1# 2# Copyright 2022 Huawei France Technologies SASU 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7if SOC_RK3399 8 9config NUM_IRQS 10 default 240 11 12config FLASH_SIZE 13 default 0 14 15config FLASH_BASE_ADDRESS 16 default 0 17 18endif 19