From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EF0DEC433FE for ; Sat, 19 Nov 2022 23:48:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1447C85262; Sun, 20 Nov 2022 00:46:21 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="r6t8n0Um"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2366A85129; Sun, 20 Nov 2022 00:46:01 +0100 (CET) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6C6BA8515D for ; Sun, 20 Nov 2022 00:45:55 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82d.google.com with SMTP id c15so5382309qtw.8 for ; Sat, 19 Nov 2022 15:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=K0OFdks57i9yqZTJsZz80rRjtcrKUuPfrsMHKR0//oM=; b=r6t8n0Um5njsTQ47ZbCYSEGPZ3mS5ESB2CC8Eq53O/zgjIaINNl6lsRwHTHKKWNSgM DGdS8Sb9Xoi2jpD7myz5BKFhDQWNqNZov7MlXuD1OOVeFI6K9iO7R1hzG3H5MpQWohiu gH4b72oo8aU1aVlm/L/vy1RnT8gLVXV+CmDSg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=K0OFdks57i9yqZTJsZz80rRjtcrKUuPfrsMHKR0//oM=; b=prFtWqLjs5k6Ang0k4ycPg8+p0kB8zG/8Zpan8NXsF/qel+LZWDHQUN64Ce3Ory3wi HyFjBm6fOuHerdoLCF3xQy4wFau/EiCvbtj6PYGmGVMP5RJsrMFDsksa9fd+PeyDBlRx Bdf5ZaIsAt4QwpSTE6SUvE+X2NReSgePvSGqiij0f8R+5iajk6V83bTDeMaFg2AFVl3d d3agSOIIx/ZnaOleQuXfwfyg8cOMdxl4xW6xI4c2aUNM6VJbXtmIDq5c1lZyoOHwS0YU avpVLqkXNOMwfc2d1gCrCYYMiJJQs5K/svHVd9MrnSnbitfrpuAemef4GWeM7oPaGJob PUIQ== X-Gm-Message-State: ANoB5pm79/MF51Bif5iKmvOQjQx9TJs/QyL3++adzBRqYYzI8LZWar8T qwcCaZucqULDebASP766OuVWPe8DTnDY0Q== X-Google-Smtp-Source: AA0mqf7OgAPSRkIRg6dfLJ4XPZD3HrWPD3sg4ZXgFgVM18FxFVs3NrfAnDOGaDBvwJFxqZ5eSAEydw== X-Received: by 2002:a05:622a:2297:b0:3a5:7679:2fa1 with SMTP id ay23-20020a05622a229700b003a576792fa1mr11925364qtb.258.1668901553962; Sat, 19 Nov 2022 15:45:53 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-55ec-b699-c19f-3363.res6.spectrum.com. [2603:6081:7b00:6400:55ec:b699:c19f:3363]) by smtp.gmail.com with ESMTPSA id y11-20020a37f60b000000b006ce1bfbd603sm5169743qkj.124.2022.11.19.15.45.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Nov 2022 15:45:53 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 13/38] mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig Date: Sat, 19 Nov 2022 18:45:20 -0500 Message-Id: <20221119234545.404563-13-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221119234545.404563-1-trini@konsulko.com> References: <20221119234545.404563-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Only this platform sets this option, define it in the board Kconfig file. Signed-off-by: Tom Rini --- board/freescale/mpc8548cds/Kconfig | 3 +++ include/configs/MPC8548CDS.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig index 723ead51e5ce..bb0a0758964c 100644 --- a/board/freescale/mpc8548cds/Kconfig +++ b/board/freescale/mpc8548cds/Kconfig @@ -6,6 +6,9 @@ config PCI1 config FSL_CADMUS def_bool y +config INTERRUPTS + def_bool y + config SYS_BOARD default "mpc8548cds" diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 75ac26957078..83eb18c3b7ac 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -13,8 +13,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ - #ifndef __ASSEMBLY__ #include #endif -- 2.25.1